home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 12356 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: keats.ugrad.cs.ubc.ca!not-for-mail
  2. From: c2a192@ugrad.cs.ubc.ca (Kazimir Kylheku)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Motorola s3 format and C ???
  5. Date: 31 Mar 1996 10:20:13 -0800
  6. Organization: Computer Science, University of B.C., Vancouver, B.C., Canada
  7. Message-ID: <4jmictINN7tn@keats.ugrad.cs.ubc.ca>
  8. References: <828292627snz@g0tts.demon.co.uk>
  9. NNTP-Posting-Host: keats.ugrad.cs.ubc.ca
  10.  
  11. In article <828292627snz@g0tts.demon.co.uk>,
  12. Paul Bulmer  <paul@g0tts.demon.co.uk> wrote:
  13.  >Hi i have a program that calculates Hex codes to go into a eprom i need to
  14.  >save the output to a file like this but i can't find any info on it ...
  15.  >
  16.  >My program outputs say B 2 0 5 and i want to ouput it to a file like this ?
  17.  >
  18.  >       0  1  2  3  4  5  6  7  8  9  A  B  C  D  E  F
  19.  >00000 0B 02 00 05 0A                                   
  20.  >
  21.  >This is apparently called motorola S3 format please can anyone help me ??
  22.  
  23. Ask on a 68K newsgroup: maybe comp.arch.68k. Or perhaps, comp.lang.asm.68k. It
  24. may be covered in FAQ's.
  25.  
  26. S3 record  have little to do with the C language.
  27. -- 
  28.  
  29.